home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / srcbkvt.zip / 20_20_4.ZIP / VMON.DFM / VMON.txt
Text File  |  1996-03-21  |  740b  |  43 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 227
  5.   Height = 167
  6.   Caption = 'Check in Monitor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 8
  15.     Top = 32
  16.     Width = 47
  17.     Height = 13
  18.     Caption = 'Checkins:'
  19.   end
  20.   object CurrentKey: TEdit
  21.     Left = 64
  22.     Top = 32
  23.     Width = 121
  24.     Height = 21
  25.     ReadOnly = True
  26.     TabOrder = 0
  27.     Text = 'CurrentKey'
  28.   end
  29.   object SharedMemory: TShareMem
  30.     Count = 4
  31.     Size = 32
  32.     Filename = 'c:\share.me'
  33.     DeleteFlag = True
  34.     Left = 72
  35.     Top = 88
  36.   end
  37.   object Timer1: TTimer
  38.     OnTimer = Timer1Timer
  39.     Left = 120
  40.     Top = 88
  41.   end
  42. end
  43.